From: Richard M. Stallman Date: Tue, 25 May 1993 21:01:14 +0000 (+0000) Subject: (C_ALLOCA, alloca): Definitions deleted. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~95962 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=f4531fd6189dc945defd22768b9bbdcf096b8cc8;p=emacs.git (C_ALLOCA, alloca): Definitions deleted. [!NOT_C_CODE]: Include alloca.h. (NEED_SIOCTL): #undef this. --- diff --git a/src/s/irix4-0.h b/src/s/irix4-0.h index 197d32c1ec0..1e945bdc0fe 100644 --- a/src/s/irix4-0.h +++ b/src/s/irix4-0.h @@ -2,11 +2,12 @@ #define USG5_3 -/* Define HAVE_ALLOCA to say that the system provides a properly - working alloca function and it should be used. */ #define HAVE_ALLOCA -#undef C_ALLOCA -#define alloca __builtin_alloca +#ifndef NOT_C_CODE +#include +#endif + +#undef NEED_SIOCTL /* use K&R C */ #ifndef __GNUC__